Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7217

Add abilities to monitor custom thread pools

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3
    • 2.4
    • general

    Description

      We have a periodic metrics logger that prints out different stats including the ones for public and system thread pools:

          ^-- Public thread pool [active=0, idle=0, qSize=0]
          ^-- System thread pool [active=0, idle=8, qSize=0]
      

      However, if user configures custom thread pools via IgniteConfiguration#setExecutorConfiguration, stats for these thread pools are not added. We also do not register MBeans for these pools.

      Attachments

        Issue Links

          Activity

            People

              slukyanov Stanislav Lukyanov
              vkulichenko Valentin Kulichenko
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: